Proj: C言語を実装する
『低レイヤを知りたい人のためのCコンパイラ作成入門』
C言語の実装
GitHub - spinachpasta/9cc
関連でVMの実装について
0xkatzz
"Writing a Simple 16-bit VM in C"
Perfect weekend project for C enthusiasts to explore virtual machines.
Build a 16-bit VM from scratch, blending C with low-level concepts like instruction sets, registers, and memory.
Great intro to how a small amount of C emulates hardware.
Writing a simple 16 bit VM in less than 125 lines of C | andreinc